projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ed721
)
(syms_of_minibuf): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 08:20:17 +0000
(08:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 08:20:17 +0000
(08:20 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index f99bffdf556f505d229fe6ba7931673c818d5e20..e7f8a88e3060119c239aa62fd7f16bfdcad7b34e 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1915,7
+1915,8
@@
is added with\n\
Vminibuffer_history_position = Qnil;
DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise,
- "*Non-nil means entering the minibuffer raises the minibuffer's frame.");
+ "*Non-nil means entering the minibuffer raises the minibuffer's frame.\n\
+Some uses of the echo area also raise that frame (since they use it too).");
minibuffer_auto_raise = 0;
DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list,